Snapservice Sites ProbeResult
The Snapservice Sites ProbeResult schema contains information regarding the remote vCenter and Data Protection Virtual Appliance connection probe results.
This schema was added in vSphere API 9.0.0.0.
{
"status": "string",
"vcenter_certificate": {
"certificate": "string",
"thumbprint": "string",
"dns_names": [
"string"
],
"trusted": false
},
"va_certificate": {
"certificate": "string",
"thumbprint": "string",
"dns_names": [
"string"
],
"trusted": false
}
}
Status of remote vCenter and Data Protection Virtual Appliance connection probe.
For more information see: Snapservice Sites ProbeStatus.
This property was added in vSphere API 9.0.0.0.
Certificate of the remote vCenter.
This property was added in vSphere API 9.0.0.0.
Certificate of the remote Data Protection Virtual Appliance.
This property was added in vSphere API 9.0.0.0.
If missing or null, probe status is partial and vCenter certificate needs to be accepted by the user.